EventLog.Source Property (System.Diagnostics) To change the configuration details of an existing source, you must delete the source and then create it with the new configuration. If other applications or components use the existing source, ...
How to delete a custom event log source? - Customize Windows XP How to delete a custom event log source? Customize Windows XP ... Does anyone have any idea how to remove a custom event log source? It was created as part of a programming exercise in a book I'm reading.
How to: Remove an Event Source - MSDN - Microsoft You can remove your source if you no longer need to use it to write entries to that log. Doing so affects all components that used that source to write to the log.
EventLog.Delete 方法(String) (System.Diagnostics) - MSDN - Microsoft EventLog.Delete 方法(String) .NET Framework 4.5. 其他版本 ... "MyLog") return; // Delete the source and the log. EventLog.DeleteEventSource("MySource") ...
How to: Create and Remove Custom Event Logs - MSDN - Microsoft EventLog class to create a custom event log on a local or remote computer. ... This method creates a new source and lets you specify the log to write to.
EventLog.DeleteEventSource Method (String) (System.Diagnostics) Use this method to remove the registration of a Source from the local computer. DeleteEventSource accesses the registry on the local computer and removes the ...
c# - Deleting Custom Event Log Source Without Using Code - Stack ... 2008年9月24日 - I also think you're in the right place... it's stored in the registry, under the name of the event log. I have a custom event log, under which are multiple ...
How to delete a custom event log source? - PC Review Hi go to [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Eventlog] and delete your custom log folder ...
Remove-EventLog | PowerShell | SS64.com Remove-eventLog. Delete an event log or unregister an event source. Syntax Remove-EventLog [-LogName] string[] [[-ComputerName] string[]] [-Confirm] ...
powershell - How to delete event source windows 2008 - Server Fault 2013年12月10日 - I would like to delete an event source in windows 2008. I don't want to delete the log event, just the source. How do I do that? I don't find any ...